翻訳と辞書
Words near each other
・ .name
・ .nato
・ .nc
・ .ne
・ .net
・ .net (disambiguation)
・ .NET Bio
・ .NET Compact Framework
・ .NET Compact Framework controls
・ .NET Compiler Platform
・ .NET DiscUtils
・ .NET Foundation
・ .NET Framework
・ .NET Framework version history
・ .NET Gadgeteer
.NET Micro Framework
・ .NET My Services
・ .NET Persistence API
・ .NET Reflector
・ .NET Remoting
・ .NET Show
・ .nf
・ .nfo
・ .ng
・ .ni
・ .ninja
・ .nl
・ .no
・ .np
・ .nr


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

.NET Micro Framework : ウィキペディア英語版
.NET Micro Framework

The .NET Micro Framework (NETMF) is an open-source .NET platform for resource-constrained devices with at least 256 KB of flash and 64 KB of RAM. It includes a small version of the .NET CLR and supports development in C#, Visual Basic .NET, and debugging (in an emulator or on hardware) using Microsoft Visual Studio. NETMF features a subset of the .NET base class libraries (about 70 classes with about 420 methods), an implementation of Windows Communication Foundation (WCF), a GUI framework loosely based on Windows Presentation Foundation (WPF), and a Web Services stack based on SOAP and WSDL. NETMF also features additional libraries specific to embedded applications.
The .NET Micro Framework aims to make embedded development easier, faster, and less expensive by giving embedded developers access to the modern technologies and tools used by desktop application developers. Additionally, it allows desktop .NET developers to use their skills in the embedded world, enlarging the pool of qualified embedded developers.
The .NET Micro Framework is part of the (.NET Foundation ). Announced at the Build 2014 conference, the .NET Foundation was created as an independent forum to foster open development and collaboration around the growing collection of open-source technologies for .NET.
==Features==
The unique features of the .NET Micro Framework (relative to other .NET platforms) are:
* A memory footprint of about 300 KB; for comparison, the next smallest .NET implementation, the .NET Compact Framework running on Windows CE, needs about 12 MB
* Can run directly "on the metal" without an operating system; running on an OS is also possible
* Supports common embedded peripherals and interconnects, including flash memory, EEPROM, GPIO, I²C, SPI, Serial port, USB
* Optimized for energy-efficiency in battery-powered devices
* Does not require a memory management unit
* Provides multithreading support even when running on single-threaded operating systems
* A hardware abstraction layer allows porting to additional architectures
* A managed device driver model allows drivers for many devices to be written in C#
* Execution constraints to catch device lockups and crashes
* Transparent support for storing objects in non-volatile memory
Due to the constraints under which it operates, the .NET Micro Framework does have some limitations beyond those imposed by its slimmed-down libraries. For example, the platform does not support symmetric multi-processing, multi-dimensional arrays, machine-dependent types, or unsafe instructions. The CLR is an interpreter rather than a just-in-time compiler, and uses a simpler mark-and-sweep garbage collector instead of a generational approach. Interoperation between managed and native code currently has a number of limitations. The .NET Micro Framework does not support any .NET languages other than C# and Visual Basic〔(.NET Micro Framework only supports C# and Visual Basic )〕 at this time.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「.NET Micro Framework」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.